compiler assembler

英 [kəmˈpaɪlə(r) əˈsemblə(r)] 美 [kəmˈpaɪlər əˈsemblər]

【计】编译程序的汇编程序

计算机



双语例句

  1. The normal output of a C compiler is assembler code for whatever processor you specify as the target.
    C编译器的正常输出是用于您所指定的目标处理器的汇编代码。
  2. A complete scan of the source code by the compiler or assembler.
    由编译程序或汇编程序对源程序代码的一次完整的扫描。
  3. VC++ is used to call the assembly compiler to compile the assembler.
    并给出了利用VC+调用汇编编译器编译汇编源文件的方法。
  4. The output of a compiler or assembler.
    编译器或汇编器的输出。
  5. Translator: A compiler, interpreter or assembler conversion program that translates a high-level language or low-level language into machine language.
    翻译程式:是一个用编译,传译或真译方法的转换程式。它把高阶层语言或低阶层语言翻译为机器语言。
  6. Object code is code output from a compiler or assembler.
    目标码是指由编译程序或汇编程序加工输出的代码。
  7. The abstract instruction is dealed by the rear end compiler and then the PC-machine assembler instraction is generated.
    后端编译对抽象指令进行处理,产生PC机汇编代码。
  8. Compiler tool chains are very necessary in the process of designing a new microprocessor, and assembler and linker are important parts of the compiler tool chains.
    设计新型微处理器的同时必须要为其开发配套的编译工具链,而汇编器和连接器是编译工具链中的重要部分。
  9. By the way of layered structure, RGPS is decomposed into different modules, including graphical programming interface, compiler, assembler, virtual machine. And we use the interfaces between the modules to connect each other.
    通过分层架构的方式,将RGPS分解为图形化编程界面、编译器、汇编器、虚拟机等不同模块,并利用各个模块间的接口进行连接,增加了系统的可靠性和可扩展性。